[INFO] fetching crate wlcs 0.1.0...
[INFO] fixing wlcs-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate wlcs 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate wlcs 0.1.0
[INFO] finished tweaking crates.io crate wlcs 0.1.0
[INFO] tweaked toml for crates.io crate wlcs 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wlcs 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 14 packages to latest compatible versions
[INFO] [stderr]       Adding nix v0.27.1 (available: v0.31.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded container_of v0.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 40f3b9de327ebccfb58a7542123b8268b3e85bce3dd9a3c836fcc8baf591cb21
[INFO] running `Command { std: "docker" "start" "40f3b9de327ebccfb58a7542123b8268b3e85bce3dd9a3c836fcc8baf591cb21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "40f3b9de327ebccfb58a7542123b8268b3e85bce3dd9a3c836fcc8baf591cb21" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "40f3b9de327ebccfb58a7542123b8268b3e85bce3dd9a3c836fcc8baf591cb21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "40f3b9de327ebccfb58a7542123b8268b3e85bce3dd9a3c836fcc8baf591cb21" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking container_of v0.5.1
[INFO] [stderr]     Checking wlcs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0133]: dereference of raw pointer is unsafe and requires unsafe block
[INFO] [stdout]   --> src/ffi_wrappers.rs:98:32
[INFO] [stdout]    |
[INFO] [stdout] 98 |         std::ptr::addr_of_mut!((*handle).wlcs_display_server)
[INFO] [stdout]    |                                ^^^^^^^^^ dereference of raw pointer
[INFO] [stdout]    |
[INFO] [stdout]    = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/ffi_wrappers.rs:76:1
[INFO] [stdout]    |
[INFO] [stdout] 76 | / unsafe extern "C" fn create_server_ffi<W: Wlcs>(
[INFO] [stdout] 77 | |     _argc: c_int,
[INFO] [stdout] 78 | |     _argv: *mut *const c_char,
[INFO] [stdout] 79 | | ) -> *mut WlcsDisplayServer {
[INFO] [stdout]    | |___________________________^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | #![deny(unsafe_op_in_unsafe_fn)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0133]: dereference of raw pointer is unsafe and requires unsafe block
[INFO] [stdout]    --> src/ffi_wrappers.rs:219:32
[INFO] [stdout]     |
[INFO] [stdout] 219 |         std::ptr::addr_of_mut!((*handle).wlcs_pointer)
[INFO] [stdout]     |                                ^^^^^^^^^ dereference of raw pointer
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/ffi_wrappers.rs:207:1
[INFO] [stdout]     |
[INFO] [stdout] 207 | unsafe extern "C" fn create_pointer_ffi<W: Wlcs>(ptr: *mut WlcsDisplayServer) -> *mut WlcsPointer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0133]: dereference of raw pointer is unsafe and requires unsafe block
[INFO] [stdout]    --> src/ffi_wrappers.rs:245:32
[INFO] [stdout]     |
[INFO] [stdout] 245 |         std::ptr::addr_of_mut!((*handle).wlcs_touch)
[INFO] [stdout]     |                                ^^^^^^^^^ dereference of raw pointer
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/ffi_wrappers.rs:234:1
[INFO] [stdout]     |
[INFO] [stdout] 234 | unsafe extern "C" fn create_touch_ffi<W: Wlcs>(ptr: *mut WlcsDisplayServer) -> *mut WlcsTouch {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wlcs` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0133]: dereference of raw pointer is unsafe and requires unsafe block
[INFO] [stdout]   --> src/ffi_wrappers.rs:98:32
[INFO] [stdout]    |
[INFO] [stdout] 98 |         std::ptr::addr_of_mut!((*handle).wlcs_display_server)
[INFO] [stdout]    |                                ^^^^^^^^^ dereference of raw pointer
[INFO] [stdout]    |
[INFO] [stdout]    = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/ffi_wrappers.rs:76:1
[INFO] [stdout]    |
[INFO] [stdout] 76 | / unsafe extern "C" fn create_server_ffi<W: Wlcs>(
[INFO] [stdout] 77 | |     _argc: c_int,
[INFO] [stdout] 78 | |     _argv: *mut *const c_char,
[INFO] [stdout] 79 | | ) -> *mut WlcsDisplayServer {
[INFO] [stdout]    | |___________________________^
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | #![deny(unsafe_op_in_unsafe_fn)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0133]: dereference of raw pointer is unsafe and requires unsafe block
[INFO] [stdout]    --> src/ffi_wrappers.rs:219:32
[INFO] [stdout]     |
[INFO] [stdout] 219 |         std::ptr::addr_of_mut!((*handle).wlcs_pointer)
[INFO] [stdout]     |                                ^^^^^^^^^ dereference of raw pointer
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/ffi_wrappers.rs:207:1
[INFO] [stdout]     |
[INFO] [stdout] 207 | unsafe extern "C" fn create_pointer_ffi<W: Wlcs>(ptr: *mut WlcsDisplayServer) -> *mut WlcsPointer {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0133]: dereference of raw pointer is unsafe and requires unsafe block
[INFO] [stdout]    --> src/ffi_wrappers.rs:245:32
[INFO] [stdout]     |
[INFO] [stdout] 245 |         std::ptr::addr_of_mut!((*handle).wlcs_touch)
[INFO] [stdout]     |                                ^^^^^^^^^ dereference of raw pointer
[INFO] [stdout]     |
[INFO] [stdout]     = note: raw pointers may be null, dangling or unaligned; they can violate aliasing rules and cause data races: all of these are undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]    --> src/ffi_wrappers.rs:234:1
[INFO] [stdout]     |
[INFO] [stdout] 234 | unsafe extern "C" fn create_touch_ffi<W: Wlcs>(ptr: *mut WlcsDisplayServer) -> *mut WlcsTouch {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wlcs` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "40f3b9de327ebccfb58a7542123b8268b3e85bce3dd9a3c836fcc8baf591cb21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40f3b9de327ebccfb58a7542123b8268b3e85bce3dd9a3c836fcc8baf591cb21", kill_on_drop: false }`
[INFO] [stdout] 40f3b9de327ebccfb58a7542123b8268b3e85bce3dd9a3c836fcc8baf591cb21
